You are here: Statements and Functions > Move On
Syntax samples
MOVE ON <path network>
MOVE ON StatPath2
Use this statement to move an entity along a path network.
This statement is valid only in Move Logic. MOVE ON may only be encountered once by an entity in the same move logic.
Components
<path network>
Any valid path network name.
Example
An entity, EntA, moves from StationA to StationB along a network called Net1.
Process Table
Entity |
Location |
Operation (min) |
---|---|---|
EntA |
StationA |
WAIT 2 |
EntA |
StationB |
... |
Routing Table
Blk |
Output |
Destination |
Rule |
Move Logic |
---|---|---|---|---|
1 |
EntA |
StationB |
FIRST 1 |
MOVE ON Net1 |
... |
... |
... |
... |
... |
MOVE FOR and MOVE WITH. Also see Routing Move Logic.